projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
191e0e8
)
gtk-demo: Make style apply in the file browser
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 12 Jul 2020 12:06:28 +0000
(08:06 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 12 Jul 2020 12:11:42 +0000
(08:11 -0400)
Commit
5afe6f7825e1e5
claims to make this demo
'look good', but it failed to actually make its
css apply. Now it really looks good.
demos/gtk-demo/listview_filebrowser.css
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/listview_filebrowser.css
b/demos/gtk-demo/listview_filebrowser.css
index c27fadf57fb71e0955489442d9a25749945ded4f..3370d2df2ccc64ab283d986b0ac38e033680360a 100644
(file)
--- a/
demos/gtk-demo/listview_filebrowser.css
+++ b/
demos/gtk-demo/listview_filebrowser.css
@@
-1,11
+1,11
@@
-list.viewswitcher {
+list
view
.viewswitcher {
border: 1px solid gray;
}
-list.viewswitcher > row {
+list
view
.viewswitcher > row {
padding: 5px;
}
-list.viewswitcher row:selected {
+list
view
.viewswitcher row:selected {
background: gray;
}